Click or drag to resize

ResourceGetProperties Method (String, String)

Gets all properties from the resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public MultiStatus GetProperties(
	string address,
	string depth
)

Parameters

address
Type: SystemString
The URI that identifies the resource.
depth
Type: SystemString
The depth of the request.

Return Value

Type: MultiStatus
A MultiStatus response as a result of operation.
See Also